home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / dtype / cdt.lha / cdt / ReadMe < prev    next >
Text File  |  1995-09-02  |  2KB  |  55 lines

  1. **************************************************************************
  2. *                                                                        *
  3. *                            c.datatype                                  *
  4. *                                                                        *
  5. *                     Written by Stefan Ruppert                          *
  6. *                                                                        *
  7. **************************************************************************
  8.  
  9. This is a C Source data type for using in MultiView or similar programs !
  10. It displays different parts of a C Source in different style and color,
  11. like comments, keywords, basic types and cpp keywords !
  12. This goes all through a prefs file. If you designed a nice preference file
  13. please send me this file, so that anyone can used it !
  14.  
  15. This datatype is Freeware, but not in the public domain !
  16.  
  17. It's strictly forbidden to include this archive in any kind of software
  18. collection except Fred Fish's AmigaLibrary, Aminet , Aminet CD's and BBS
  19. Fileareas or by a explicit permission from me !
  20.  
  21. This datatype was created using bison to generate the C parser.
  22.  
  23. This software is provided "as is". No representations or warranties are
  24. made with respect to the accuracy, reliability, performance, currentness,
  25. or operation of this software, and all use is at your own risk !
  26.  
  27. You can install this datatype by using the Installer script.If you have
  28. any suggestion or comments please contact me :
  29.  
  30. Stefan Ruppert
  31. Windthorststrasse 5
  32. 65439 Floersheim am Main
  33. GERMANY
  34.  
  35. EMail:
  36. i511@informatik.fh-wiesbaden.de
  37. ruppert@gundel.zdv.uni-mainz.de
  38.  
  39. Changes made after last release:
  40.  
  41. c.datatype 39.14 (2.9.95) :
  42.  
  43. - tabs in C++ comments now correct
  44. - Hex-Constants now also recognized, if 0Xxxx is used
  45. - new CPART HEADER, to display include filenames in one style
  46. - check TABLENGTH against zero and if it's TRUE set to 1 (no more
  47.   devision by zero)
  48. - new method to differentiate between c and c++ (now I use the
  49.   datatypeheader->dth_ID field, which should contain 'c++-' for
  50.   C++ and 'c-so' for normal c).
  51. - reading of prefs-file is now faster and uses less memory
  52. - if last line of the file wasn't LF terminated, this line wasn't
  53.   displayed. This is fixed.
  54.  
  55.